Mark a function as static
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 21 Jan 2013 22:12:48 +0000 (17:12 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 21 Jan 2013 22:12:48 +0000 (17:12 -0500)
gtk/gtkbookmarksmanager.c

index 5beb722705c2a61d75d1fe802220286f0d3a1e41..d8ac87259f79f11286286fba7e9bfcb976738ecb 100644 (file)
@@ -275,7 +275,7 @@ _gtk_bookmarks_manager_list_bookmarks (GtkBookmarksManager *manager)
   return g_slist_reverse (files);
 }
 
-GSList *
+static GSList *
 find_bookmark_link_for_file (GSList *bookmarks, GFile *file, int *position_ret)
 {
   int pos;